projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7ded99
)
; Fix omission from last change
author
Po Lu
<luangruo@yahoo.com>
Tue, 12 Mar 2024 01:54:54 +0000
(09:54 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 12 Mar 2024 01:54:54 +0000
(09:54 +0800)
* src/androidselect.c (android_notification_deleted): Adjust for
changed notification list format.
src/androidselect.c
patch
|
blob
|
history
diff --git
a/src/androidselect.c
b/src/androidselect.c
index bcb7bcd2c3bff04bc695fce9b94b944a64075c6d..a5a4c4c2e593c47eced86ae3b05b754e1847f95b 100644
(file)
--- a/
src/androidselect.c
+++ b/
src/androidselect.c
@@
-908,7
+908,7
@@
android_notification_deleted (struct android_notification_event *event,
&& sscanf (event->tag, "%*d.%*ld.%jd", &id) > 0)
{
ie->kind = NOTIFICATION_EVENT;
- ie->arg = list3 (XC
DR (item
), make_int (id),
+ ie->arg = list3 (XC
AR (XCDR (item)
), make_int (id),
Qundefined);
}
}